.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background: #878787;
border: 1px solid #363636;
border-width: 5px 1px;
padding: 10px;
font: normal 12px Verdana;
z-index: 100;
color: white;

}
.megamenu a { color: #ffffff;}
.megamenu .column{
float: left;
width: 180px; /*width of each menu column*/
margin-right: 5px;
margin-left:10px;
}.megamenu .column2{
float: left;
width: 500px; /*width of each menu column*/
margin-right: 5px;
margin-left:10px;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
padding-bottom: 5px;
text-align:center;
border-bottom: 1px solid black;
width: 180px;
border-bottom-style:dashed;
color: white;

}
.megamenu .column ul noborder{
padding-bottom: 5px;
text-align:center;
width: 180px;

}
.anchor {padding-left:10px;
padding-top:39px;float:left;}
.anchor2 {padding-left:10px;
padding-top:39px;
float:left;}

#megaanchor {
	vertical-align: bottom;}

.megamenu .column h3{
	text-align:center;
	
background: #797979;
font:  12px Tahoma;
margin: 0 0 1px 0;
}

.megamenu .column ul li a{
text-decoration: none;
font:  12px Tahoma;




}

.megamenu .column ul li a:hover{
color: #36B8B8;
font-weight: bold;
}



###########

#leftCol {
	width:149px;
	margin-right:1px;
	height:500px;
	float:left;
	background-color:#f8c781;
	position:relative;
}
#rightCol {
	width:350px;
	height:500px;
	float:left;
	background-color:#f8c781;
	position:relative;
}
.expandLeft, .expandRight {
	width:11px; 
	height:11px;
	background:url(expand.gif) no-repeat;
	position:absolute;
	right:5px;
	top:4px;
	display:none;
}
.collapseLeft, .collapseRight {
	width:11px; 
	height:11px;
	background:url(collapse.gif) no-repeat;
	position:absolute;
	right:5px;
	top:4px;
}

.whoson{text-transform: capitalize;}
.bar a {text-transform: capitalize;}